Now that the previous commit (hopefully) makes us iPhone-proof, we
can add an assertion for this condition. If we want to replace the
assertions with some sort of bailing, we'll need to replace the rest
of them too anyway.
babl_assert (poly != NULL);
babl_assert (gamma >= 0.0);
+ babl_assert (x0 >= 0.0);
babl_assert (x0 < x1);
babl_assert (degree >= BABL_POLYNOMIAL_MIN_DEGREE &&
degree <= BABL_POLYNOMIAL_MAX_DEGREE);